* s/freebsd.h: Restore osreldate.h include.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 16 Apr 2010 17:22:12 +0000 (10:22 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 16 Apr 2010 17:22:12 +0000 (10:22 -0700)
Suggested by Naohiro Aota.

src/ChangeLog
src/s/freebsd.h

index b18a7e9dd402e828e272ce7b58f02ca55f0d24bb..1f5f5e449621f36dcc2fce563d4da98611056c08 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * s/freebsd.h: Restore osreldate.h include.
+       Suggested by Naohiro Aota.
+
 2010-04-16  Jan Djärv  <jan.h.d@swipnet.se>
 
        * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
index a84627d3268e84456e0b3440f3c95451fb37303d..e8a630019fb7c4d6cf76dec3c9e36d5d00404473 100644 (file)
@@ -23,6 +23,8 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#include <osreldate.h>
+
 /* Get most of the stuff from bsd-common */
 #include "bsd-common.h"